www.gusucode.com > 酷维企业网站CMS管理系统 v2.1.0 > 酷维企业网站CMS管理系统 v2.1.0\code\products.asp

    <%
'程序名称:酷维企业网站程序CMS
'运行环境:ASP+ACCESS
'程序大小:4.60MB
'软件类型:ASP源码
'联系方式:QQ:921072227
'程序演示:企业程序
'官方网站:http://cms.coczz.com
%>
<!--#include file="conn.asp" -->
<!--#include file="admin/system/WebConfig.asp"-->
<% set rs= Server.CreateObject("adodb.recordset")
sql="select  * from news where id="&request("id")
rs.open sql,conn,1,3
rs("lls")=rs("lls")+1
rs.update
bt=rs("bt")
nr=rs("nr")
mytype=rs("mytype")
riqi=rs("riqi")
zz=rs("zz")
ly=rs("ly")
lls=rs("lls")
tu=rs("tu")

%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%= bt %> - <%=webname%></title>
<link href="style.css" rel="stylesheet" type="text/css">
<script language=JavaScript src="js/js.js" type=text/javascript></script>
</head>
<body>
<!--网站顶部开始 mainboy -->
<!--#include file="top_v.asp" -->
<!--网站顶部结束 mainboy -->
<table width="980" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center" valign="top" bgcolor="#FFFFFF">
	<!--网站顶部开始 -->
	<!--#include file="left_i.asp" -->	<!--网站顶部结束 -->	</td>
    <td align="right" valign="top" bgcolor="#FFFFFF"><TABLE WIDTH=760 BORDER=0 CELLPADDING=0 CELLSPACING=0>
      <tr>
        <td height="32" background="images/lyzx_011.jpg">&nbsp; <b>您现在的位置:</b><a href="index.asp">首页</a> &gt;&gt; <a href="list.asp?tp=<%= mytype %>">
        <% set rs=conn.execute("select * from nlei where id="&mytype)
response.Write(rs("nlei")) %>
        </a> &gt;&gt; 详细内容</td>
      </tr>
      
      
    </TABLE>
      <table border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td height="6"></td>
        </tr>
      </table>
      <table width="760" height="653" border="0" cellpadding="6" cellspacing="0" style="border:1px solid #C5D4DF; background-color:#Ffffff;">
        <tr>
          <td width="75%" height="651" align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0" style="line-height:24px;">
            <tr>
			<td width="35%" align="center" style="font-size:20px; color:#1C394C; font-family:Arial, Helvetica, sans-serif;"><table width="96%" border="0" cellspacing="0" cellpadding="5" style="line-height:24px;">
              <tr>
                <td valign="top" style="color:#333; font-size:14px; font-family:Arial, Helvetica, sans-serif; line-height:28px;"><%if tu<>"" then%>
                    <div align="center"><img  src="<%=tu%>" width="220" height="170" border="0" style="border:1px solid #CCCCCC;"><br>
                    </div>
                  <%end if%>
                    </td>
              </tr>
            </table></td>
              <td width="65%" height="50" align="center" valign="top">
                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td width="14%"><span style="color:#7D96A7">产品名称:</span></td>
                    <td width="86%" height="30" style="font-size:14px; color:#1C394C; font-family:Arial, Helvetica, sans-serif;"><strong><%= bt %></strong></td>
                    </tr>
                  <tr>
                    <td><span style="color:#7D96A7">产品价格:</span></td>
                    <td height="30"><span style="color:#7D96A7">
                      <%if zz="" then response.Write"管理员" else response.Write(zz) end if  %>
                    </span></td>
                    </tr>
                  <tr>
                    <td><span style="color:#7D96A7">产品规格:</span></td>
                    <td height="30"><span style="color:#7D96A7">
                      <%if ly="" then response.Write"日照旅游网" else response.Write(ly) end if  %>
                    </span></td>
                    </tr>
                  <tr>
                    <td><span style="color:#7D96A7">加入日期:</span></td>
                    <td height="30"><span style="color:#7D96A7"><%= riqi %></span></td>
                    </tr>
                  <tr>
                    <td><span style="color:#7D96A7">产品点击:</span></td>
                    <td height="30"><span style="color:#7D96A7"><%= lls %></span></td>
                    </tr>
                  <tr>
                    <td><span style="color:#7D96A7">产品编辑:</span></td>
                    <td height="30"><span style="color:#7D96A7">
                      <%if zz="" then response.Write"酷维科技" else response.Write(zz) end if  %>
                    </span></td>
                  </tr>
                </table></td>
              
            </tr>
          </table>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td height="1"  bgcolor="#F4F9FC"></td>
              </tr>
              <tr>
                <td height="22" bgcolor="#F4F9FC" style="color:#1C394C">&nbsp;&nbsp;产品简介:</td>
              </tr>
            </table>
            <table width="100%" border="0" cellspacing="0" cellpadding="5" style="line-height:24px;">
              <tr>
                <td height="319" align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td style="color:#7D96A7"><%= nr %></td>
                  </tr>
                </table>                  </td>
              </tr>
			  <tr>
                <td bgcolor="#E8E8E8" height="1"></td>
              </tr>
			  <tr>
                <td bgcolor="#F7F7F7" height="4"></td>
              </tr>
              <tr>
                <td style="color:#999999; font-size:12px; font-family:Arial, Helvetica, sans-serif; line-height:22px;"><%
	sql="select * from news where id="&request("id")-1   
	set rss=server.createobject("adodb.recordset")
	rss.open sql,conn,1,1
  	if rss.eof and rss.bof then   
%>
⊕ 上一篇:没有了
<%else%>
⊕ 上一篇:<a href="show.asp?id=<%=rss("id")%>"><%=rss("bt")%></a>
<%end if%><br>
<%	rss.close   
	sql="select * from news where id="&request("id")+1  
	set rss=server.createobject("adodb.recordset") 
	rss.open sql,conn,1,1
	if rss.eof and rss.bof then   
%>
⊕ 下一篇:没有了 
<%else%>
⊕ 下一篇:<a href="show.asp?id=<%=rss("id")%>"><%=rss("bt")%></a>
<%end if%>                </td>
              </tr>
          </table></td>
        </tr>
      </table>
      <!--格线 -->
      <!--格线 --></td>
  </tr>
</table>
<table border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="6"></td>
  </tr>
</table>
<!--网站尾部开始 -->
<!--#include file="foot.asp" -->
<!--网站尾部结束 -->
</body>
</html>